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