Type alias UpdateClaimScheduleBucketV2InstructionAccounts

UpdateClaimScheduleBucketV2InstructionAccounts: {
    bucket: PublicKey | Pda;
    genesisAccount: PublicKey | Pda;
    signer: Signer;
}

Type declaration

  • bucket: PublicKey | Pda

    The address of the bucket

  • genesisAccount: PublicKey | Pda

    The address of the genesis account

  • signer: Signer

    The genesis authority or the bucket recipient

Generated using TypeDoc