Type alias StreamflowConfig
StreamflowConfig: {
amountPerPeriod: bigint;
automaticWithdrawal: boolean;
canTopup: boolean;
canUpdateRate: boolean;
cancelableByRecipient: boolean;
cancelableBySender: boolean;
cliff: bigint;
cliffAmount: bigint;
pausable: boolean;
period: bigint;
startTime: bigint;
streamName: Uint8Array;
transferableByRecipient: boolean;
transferableBySender: boolean;
withdrawFrequency: bigint;
}
Type declaration
-
amountPerPeriod: bigint
-
automaticWithdrawal: boolean
-
canTopup: boolean
-
canUpdateRate: boolean
-
cancelableByRecipient: boolean
-
cancelableBySender: boolean
-
cliff: bigint
-
cliffAmount: bigint
-
pausable: boolean
-
period: bigint
-
startTime: bigint
-
streamName: Uint8Array
-
transferableByRecipient: boolean
-
transferableBySender: boolean
-
withdrawFrequency: bigint