Type alias CreateInstructionArgs
Create
Instruction
Args
: { amountPerPeriod
: bigint; automaticWithdrawal
: boolean; canTopup
: boolean; canUpdateRate
: Option<boolean>; cancelableByRecipient
: boolean; cancelableBySender
: boolean; cliff
: bigint; cliffAmount
: bigint; netAmountDeposited
: bigint; pausable
: Option<boolean>; period
: bigint; startTime
: bigint; streamName
: Uint8Array; transferableByRecipient
: boolean; transferableBySender
: boolean; withdrawFrequency
: bigint; }
Type declaration
-
amountPerPeriod: bigint
-
automaticWithdrawal: boolean
-
canTopup: boolean
-
canUpdateRate: Option<boolean>
-
cancelableByRecipient: boolean
-
cancelableBySender: boolean
-
cliff: bigint
-
cliffAmount: bigint
-
netAmountDeposited: bigint
-
pausable: Option<boolean>
-
period: bigint
-
startTime: bigint
-
streamName: Uint8Array
-
transferableByRecipient: boolean
-
transferableBySender: boolean
-
withdrawFrequency: bigint