EscrowV1AccountDataArgs: {
    amount: number | bigint;
    authority: PublicKey;
    bump: number;
    collection: PublicKey;
    count: number | bigint;
    feeAmount: number | bigint;
    feeLocation: PublicKey;
    max: number | bigint;
    min: number | bigint;
    name: string;
    path: number;
    solFeeAmount: number | bigint;
    token: PublicKey;
    uri: string;
}

Type declaration

  • amount: number | bigint
  • authority: PublicKey
  • bump: number
  • collection: PublicKey
  • count: number | bigint
  • feeAmount: number | bigint
  • feeLocation: PublicKey
  • max: number | bigint
  • min: number | bigint
  • name: string
  • path: number
  • solFeeAmount: number | bigint
  • token: PublicKey
  • uri: string

Generated using TypeDoc