CSB

  • It returns the $CSB balance of the owner.

    Parameters

    • __namedParameters: {
          owner: `0x${string}`;
      }
      • owner: `0x${string}`

        The address of the account to get the $CSB balance of.

    Returns Promise<{
        data: bigint;
    }>

    The $CSB balance of the owner.

  • It sends $CSB to the address.

    Parameters

    • __namedParameters: {
          amount: Numberish;
          toAddress: `0x${string}`;
      }
      • amount: Numberish

        The amount of $CSB to send. (in wei)

      • toAddress: `0x${string}`

        The address to send $CSB to.

    Returns Promise<{
        data: Record<string, never>;
        transactionHash: `0x${string}`;
    }>

    The $CSB balance of the owner.

Other

Generated using TypeDoc