Type alias InitEscrowV1InstructionData
 
InitEscrowV1InstructionData: { 
    amount: bigint; 
    discriminator: number[]; 
    feeAmount: bigint; 
    max: bigint; 
    min: bigint; 
    name: string; 
    path: number; 
    solFeeAmount: bigint; 
    uri: string; 
}
Type declaration
- 
amount: bigint
 
- 
discriminator: number[]
 
- 
feeAmount: bigint
 
- 
max: bigint
 
- 
min: bigint
 
- 
name: string
 
- 
path: number
 
- 
solFeeAmount: bigint
 
- 
uri: string