Type alias FindMintByAddressOperation

FindMintByAddressOperation: {
    key: "FindMintByAddressOperation";
    input: FindMintByAddressInput;
    __output: undefined | Mint;
}

Type declaration

Generated using TypeDoc