Type alias EscrowV1AccountDataArgs
 
Escrow
V1
Account
Data
Args
: {     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
 
- 
 
- 
bump: number
 
- 
 
- 
count: number | bigint
 
- 
feeAmount: number | bigint
 
- 
 
- 
max: number | bigint
 
- 
min: number | bigint
 
- 
name: string
 
- 
path: number
 
- 
solFeeAmount: number | bigint
 
- 
 
- 
uri: string