Type alias FindTokenWithMintByAddressInput

FindTokenWithMintByAddressInput: {
    address: PublicKey;
}

Type declaration

  • address: PublicKey

    The address of the token account.

Generated using TypeDoc