Type alias EscrowV1AccountData
 
Escrow
V1
Account
Data
: {     amount
: bigint;     authority
: PublicKey;     bump
: number;     collection
: PublicKey;     count
: bigint;     discriminator
: number[];     feeAmount
: bigint;     feeLocation
: PublicKey;     max
: bigint;     min
: bigint;     name
: string;     path
: number;     solFeeAmount
: bigint;     token
: PublicKey;     uri
: string; } 
Type declaration
- 
amount: bigint
 
- 
 
- 
bump: number
 
- 
 
- 
count: bigint
 
- 
discriminator: number[]
 
- 
feeAmount: bigint
 
- 
 
- 
max: bigint
 
- 
min: bigint
 
- 
name: string
 
- 
path: number
 
- 
solFeeAmount: bigint
 
- 
 
- 
uri: string