Type alias ClaimAuctionRefundV1InstructionAccounts

ClaimAuctionRefundV1InstructionAccounts: {
    backendSigner?: Signer;
    bid: PublicKey | Pda;
    bucket?: PublicKey | Pda;
    genesisAccount?: PublicKey | Pda;
    mint: PublicKey | Pda;
    payer?: PublicKey | Pda;
}

Type declaration

  • Optional backendSigner?: Signer

    Backend authorisation signer

  • bid: PublicKey | Pda

    The address of the auction bid PDA

  • Optional bucket?: PublicKey | Pda

    The address of the auction bucket

  • Optional genesisAccount?: PublicKey | Pda

    The address of the genesis account

  • mint: PublicKey | Pda

    The address of the mint

  • Optional payer?: PublicKey | Pda

    The default refund recipient (bidder)

Generated using TypeDoc