T402 API Reference - v2.8.0
    Preparing search index...

    Interface ClientCosmosSigner

    Cosmos signer interface for client operations

    interface ClientCosmosSigner {
        address: string;
        sendTokens(
            network: string,
            to: string,
            amount: string,
            denom: string,
        ): Promise<string>;
    }
    Index

    Properties

    Methods

    Properties

    address: string

    Get the bech32 address

    Methods

    • Send tokens to a recipient

      Parameters

      • network: string

        CAIP-2 network identifier

      • to: string

        Recipient bech32 address

      • amount: string

        Amount in smallest units

      • denom: string

        Token denomination

      Returns Promise<string>

      Transaction hash