Type alias FindTokenWithMintByMintInput

FindTokenWithMintByMintInput: {
    mint: PublicKey;
    address: PublicKey;
    addressType: "owner" | "token";
}

Type declaration

  • mint: PublicKey

    The address of the mint account.

  • address: PublicKey

    The address of the token account or its owner, distinguished by the `addressType`` parameter.

  • addressType: "owner" | "token"

    Determines whether the address parameter is the token address or the address of its owner.

Generated using TypeDoc