Type alias PostponeStartRaydiumCpmmBucketV2InstructionAccounts

PostponeStartRaydiumCpmmBucketV2InstructionAccounts: {
    authority?: Signer;
    bucket: PublicKey | Pda;
    genesisAccount: PublicKey | Pda;
    sourceBucket?: PublicKey | Pda;
}

Type declaration

  • Optional authority?: Signer

    The authority of the genesis account

  • bucket: PublicKey | Pda

    The graduation bucket whose start is being postponed

  • genesisAccount: PublicKey | Pda

    The address of the genesis account

  • Optional sourceBucket?: PublicKey | Pda

    The referenced sale bucket (required iff the start condition is TimeRelative)

Generated using TypeDoc