Type alias FanoutMembershipMintVoucherAccountDataArgs

FanoutMembershipMintVoucherAccountDataArgs: {
    bumpSeed: number;
    fanout: PublicKey;
    fanoutMint: PublicKey;
    lastInflow: number | bigint;
}

Type declaration

Generated using TypeDoc