Type alias FindTokenWithMintByAddressOperation

FindTokenWithMintByAddressOperation: {
    key: "FindTokenWithMintByAddressOperation";
    input: FindTokenWithMintByAddressInput;
    __output: undefined | TokenWithMint;
}

Type declaration

Generated using TypeDoc