Properties
callStatic
callStatic: {
afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<string>;
afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<string>;
afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<string>;
beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<string>;
beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<string>;
beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<string>;
connectPoolTest(token, pool, overrides?): Promise<void>;
createPoolTest(token, admin, config, overrides?): Promise<void>;
disconnectPoolTest(token, pool, overrides?): Promise<void>;
distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<void>;
distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<void>;
estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<BigNumber>;
estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<[BigNumber, BigNumber] & {
actualFlowRate: BigNumber;
totalDistributionFlowRate: BigNumber;
}>;
getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<BigNumber>;
isMemberConnectedTest(token, pool, member, overrides?): Promise<boolean>;
}
Type declaration
afterAgreementCreated:function
- afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<string>
Parameters
token: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
ctx: BytesLike
Optional
overrides: CallOverrides
Returns Promise<string>
afterAgreementTerminated:function
- afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<string>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
arg5: BytesLike
Optional
overrides: CallOverrides
Returns Promise<string>
afterAgreementUpdated:function
- afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<string>
Parameters
token: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
ctx: BytesLike
Optional
overrides: CallOverrides
Returns Promise<string>
beforeAgreementCreated:function
- beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<string>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
Optional
overrides: CallOverrides
Returns Promise<string>
beforeAgreementTerminated:function
- beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<string>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
Optional
overrides: CallOverrides
Returns Promise<string>
beforeAgreementUpdated:function
- beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<string>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
Optional
overrides: CallOverrides
Returns Promise<string>
connectPoolTest:function
- connectPoolTest(token, pool, overrides?): Promise<void>
Parameters
token: string
pool: string
Optional
overrides: CallOverrides
Returns Promise<void>
createPoolTest:function
- createPoolTest(token, admin, config, overrides?): Promise<void>
Parameters
token: string
admin: string
config: PoolConfigStruct
Optional
overrides: CallOverrides
Returns Promise<void>
disconnectPoolTest:function
- disconnectPoolTest(token, pool, overrides?): Promise<void>
Parameters
token: string
pool: string
Optional
overrides: CallOverrides
Returns Promise<void>
distributeFlowTest:function
- distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<void>
Parameters
token: string
from: string
pool: string
requestedFlowRate: BigNumberish
Optional
overrides: CallOverrides
Returns Promise<void>
distributeToPoolTest:function
- distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<void>
Parameters
token: string
from: string
pool: string
requestedAmount: BigNumberish
Optional
overrides: CallOverrides
Returns Promise<void>
estimateDistributionActualAmountTest:function
- estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<BigNumber>
Parameters
token: string
from: string
to: string
requestedAmount: BigNumberish
Optional
overrides: CallOverrides
Returns Promise<BigNumber>
estimateFlowDistributionActualFlowRateTest:function
- estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<[BigNumber, BigNumber] & {
actualFlowRate: BigNumber;
totalDistributionFlowRate: BigNumber;
}> Parameters
token: string
from: string
to: string
requestedFlowRate: BigNumberish
Optional
overrides: CallOverrides
Returns Promise<[BigNumber, BigNumber] & {
actualFlowRate: BigNumber;
totalDistributionFlowRate: BigNumber;
}>
getFlowDistributionFlowRateTest:function
- getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<BigNumber>
Parameters
token: string
from: string
to: string
Optional
overrides: CallOverrides
Returns Promise<BigNumber>
isMemberConnectedTest:function
- isMemberConnectedTest(token, pool, member, overrides?): Promise<boolean>
Parameters
token: string
pool: string
member: string
Optional
overrides: CallOverrides
Returns Promise<boolean>
estimateGas
estimateGas: {
afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<BigNumber>;
afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<BigNumber>;
afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<BigNumber>;
beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<BigNumber>;
beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<BigNumber>;
beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<BigNumber>;
connectPoolTest(token, pool, overrides?): Promise<BigNumber>;
createPoolTest(token, admin, config, overrides?): Promise<BigNumber>;
disconnectPoolTest(token, pool, overrides?): Promise<BigNumber>;
distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<BigNumber>;
distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<BigNumber>;
estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<BigNumber>;
estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<BigNumber>;
getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<BigNumber>;
isMemberConnectedTest(token, pool, member, overrides?): Promise<BigNumber>;
}
Type declaration
afterAgreementCreated:function
- afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<BigNumber>
Parameters
token: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
ctx: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<BigNumber>
afterAgreementTerminated:function
- afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<BigNumber>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
arg5: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<BigNumber>
afterAgreementUpdated:function
- afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<BigNumber>
Parameters
token: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
ctx: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<BigNumber>
beforeAgreementCreated:function
- beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<BigNumber>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
Optional
overrides: CallOverrides
Returns Promise<BigNumber>
beforeAgreementTerminated:function
- beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<BigNumber>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
Optional
overrides: CallOverrides
Returns Promise<BigNumber>
beforeAgreementUpdated:function
- beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<BigNumber>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
Optional
overrides: CallOverrides
Returns Promise<BigNumber>
connectPoolTest:function
- connectPoolTest(token, pool, overrides?): Promise<BigNumber>
Parameters
token: string
pool: string
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<BigNumber>
createPoolTest:function
- createPoolTest(token, admin, config, overrides?): Promise<BigNumber>
Parameters
token: string
admin: string
config: PoolConfigStruct
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<BigNumber>
disconnectPoolTest:function
- disconnectPoolTest(token, pool, overrides?): Promise<BigNumber>
Parameters
token: string
pool: string
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<BigNumber>
distributeFlowTest:function
- distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<BigNumber>
Parameters
token: string
from: string
pool: string
requestedFlowRate: BigNumberish
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<BigNumber>
distributeToPoolTest:function
- distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<BigNumber>
Parameters
token: string
from: string
pool: string
requestedAmount: BigNumberish
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<BigNumber>
estimateDistributionActualAmountTest:function
- estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<BigNumber>
Parameters
token: string
from: string
to: string
requestedAmount: BigNumberish
Optional
overrides: CallOverrides
Returns Promise<BigNumber>
estimateFlowDistributionActualFlowRateTest:function
- estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<BigNumber>
Parameters
token: string
from: string
to: string
requestedFlowRate: BigNumberish
Optional
overrides: CallOverrides
Returns Promise<BigNumber>
getFlowDistributionFlowRateTest:function
- getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<BigNumber>
Parameters
token: string
from: string
to: string
Optional
overrides: CallOverrides
Returns Promise<BigNumber>
isMemberConnectedTest:function
- isMemberConnectedTest(token, pool, member, overrides?): Promise<BigNumber>
Parameters
token: string
pool: string
member: string
Optional
overrides: CallOverrides
Returns Promise<BigNumber>
functions
functions: {
afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<ContractTransaction>;
afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<ContractTransaction>;
afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<ContractTransaction>;
beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<[string]>;
beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<[string]>;
beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<[string]>;
connectPoolTest(token, pool, overrides?): Promise<ContractTransaction>;
createPoolTest(token, admin, config, overrides?): Promise<ContractTransaction>;
disconnectPoolTest(token, pool, overrides?): Promise<ContractTransaction>;
distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<ContractTransaction>;
distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<ContractTransaction>;
estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<[BigNumber] & {
actualAmount: BigNumber;
}>;
estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<[BigNumber, BigNumber] & {
actualFlowRate: BigNumber;
totalDistributionFlowRate: BigNumber;
}>;
getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<[BigNumber]>;
isMemberConnectedTest(token, pool, member, overrides?): Promise<[boolean]>;
}
Type declaration
afterAgreementCreated:function
- afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<ContractTransaction>
Parameters
token: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
ctx: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<ContractTransaction>
afterAgreementTerminated:function
- afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<ContractTransaction>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
arg5: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<ContractTransaction>
afterAgreementUpdated:function
- afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<ContractTransaction>
Parameters
token: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
ctx: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<ContractTransaction>
beforeAgreementCreated:function
- beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<[string]>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
Optional
overrides: CallOverrides
Returns Promise<[string]>
beforeAgreementTerminated:function
- beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<[string]>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
Optional
overrides: CallOverrides
Returns Promise<[string]>
beforeAgreementUpdated:function
- beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<[string]>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
Optional
overrides: CallOverrides
Returns Promise<[string]>
connectPoolTest:function
- connectPoolTest(token, pool, overrides?): Promise<ContractTransaction>
Parameters
token: string
pool: string
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<ContractTransaction>
createPoolTest:function
- createPoolTest(token, admin, config, overrides?): Promise<ContractTransaction>
Parameters
token: string
admin: string
config: PoolConfigStruct
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<ContractTransaction>
disconnectPoolTest:function
- disconnectPoolTest(token, pool, overrides?): Promise<ContractTransaction>
Parameters
token: string
pool: string
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<ContractTransaction>
distributeFlowTest:function
- distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<ContractTransaction>
Parameters
token: string
from: string
pool: string
requestedFlowRate: BigNumberish
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<ContractTransaction>
distributeToPoolTest:function
- distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<ContractTransaction>
Parameters
token: string
from: string
pool: string
requestedAmount: BigNumberish
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<ContractTransaction>
estimateDistributionActualAmountTest:function
- estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<[BigNumber] & {
actualAmount: BigNumber;
}> Parameters
token: string
from: string
to: string
requestedAmount: BigNumberish
Optional
overrides: CallOverrides
Returns Promise<[BigNumber] & {
actualAmount: BigNumber;
}>
estimateFlowDistributionActualFlowRateTest:function
- estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<[BigNumber, BigNumber] & {
actualFlowRate: BigNumber;
totalDistributionFlowRate: BigNumber;
}> Parameters
token: string
from: string
to: string
requestedFlowRate: BigNumberish
Optional
overrides: CallOverrides
Returns Promise<[BigNumber, BigNumber] & {
actualFlowRate: BigNumber;
totalDistributionFlowRate: BigNumber;
}>
getFlowDistributionFlowRateTest:function
- getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<[BigNumber]>
Parameters
token: string
from: string
to: string
Optional
overrides: CallOverrides
Returns Promise<[BigNumber]>
isMemberConnectedTest:function
- isMemberConnectedTest(token, pool, member, overrides?): Promise<[boolean]>
Parameters
token: string
pool: string
member: string
Optional
overrides: CallOverrides
Returns Promise<[boolean]>
interface
interface: SuperTokenLibraryGDASuperAppMockInterface
populateTransaction
populateTransaction: {
afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<PopulatedTransaction>;
afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<PopulatedTransaction>;
afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<PopulatedTransaction>;
beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<PopulatedTransaction>;
beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<PopulatedTransaction>;
beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<PopulatedTransaction>;
connectPoolTest(token, pool, overrides?): Promise<PopulatedTransaction>;
createPoolTest(token, admin, config, overrides?): Promise<PopulatedTransaction>;
disconnectPoolTest(token, pool, overrides?): Promise<PopulatedTransaction>;
distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<PopulatedTransaction>;
distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<PopulatedTransaction>;
estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<PopulatedTransaction>;
estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<PopulatedTransaction>;
getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<PopulatedTransaction>;
isMemberConnectedTest(token, pool, member, overrides?): Promise<PopulatedTransaction>;
}
Type declaration
afterAgreementCreated:function
- afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<PopulatedTransaction>
Parameters
token: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
ctx: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<PopulatedTransaction>
afterAgreementTerminated:function
- afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<PopulatedTransaction>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
arg5: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<PopulatedTransaction>
afterAgreementUpdated:function
- afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<PopulatedTransaction>
Parameters
token: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
ctx: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<PopulatedTransaction>
beforeAgreementCreated:function
- beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<PopulatedTransaction>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
Optional
overrides: CallOverrides
Returns Promise<PopulatedTransaction>
beforeAgreementTerminated:function
- beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<PopulatedTransaction>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
Optional
overrides: CallOverrides
Returns Promise<PopulatedTransaction>
beforeAgreementUpdated:function
- beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<PopulatedTransaction>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
Optional
overrides: CallOverrides
Returns Promise<PopulatedTransaction>
connectPoolTest:function
- connectPoolTest(token, pool, overrides?): Promise<PopulatedTransaction>
Parameters
token: string
pool: string
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<PopulatedTransaction>
createPoolTest:function
- createPoolTest(token, admin, config, overrides?): Promise<PopulatedTransaction>
Parameters
token: string
admin: string
config: PoolConfigStruct
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<PopulatedTransaction>
disconnectPoolTest:function
- disconnectPoolTest(token, pool, overrides?): Promise<PopulatedTransaction>
Parameters
token: string
pool: string
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<PopulatedTransaction>
distributeFlowTest:function
- distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<PopulatedTransaction>
Parameters
token: string
from: string
pool: string
requestedFlowRate: BigNumberish
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<PopulatedTransaction>
distributeToPoolTest:function
- distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<PopulatedTransaction>
Parameters
token: string
from: string
pool: string
requestedAmount: BigNumberish
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<PopulatedTransaction>
estimateDistributionActualAmountTest:function
- estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<PopulatedTransaction>
Parameters
token: string
from: string
to: string
requestedAmount: BigNumberish
Optional
overrides: CallOverrides
Returns Promise<PopulatedTransaction>
estimateFlowDistributionActualFlowRateTest:function
- estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<PopulatedTransaction>
Parameters
token: string
from: string
to: string
requestedFlowRate: BigNumberish
Optional
overrides: CallOverrides
Returns Promise<PopulatedTransaction>
getFlowDistributionFlowRateTest:function
- getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<PopulatedTransaction>
Parameters
token: string
from: string
to: string
Optional
overrides: CallOverrides
Returns Promise<PopulatedTransaction>
isMemberConnectedTest:function
- isMemberConnectedTest(token, pool, member, overrides?): Promise<PopulatedTransaction>
Parameters
token: string
pool: string
member: string
Optional
overrides: CallOverrides
Returns Promise<PopulatedTransaction>