Represents a contract method that doesn't exist yet but will exist once a certain post transaction resolver is resolved
▪ T
type of the value that will be resolved by the post transaction resolver
▪ U
type of the arguments object that the future method will accept
FutureLowLevelMethod
futureMethod
futureValue
• futureMethod: function
Defined in src/types/index.ts:1519arrow-up-right
function that returns a low level method
▸ (resolvedValue: T): Promise‹LowLevelMethod‹U››
resolvedValue
Parameters:
Name
Type
T
• futureValue: PostTransactionResolver‹T›
Defined in src/types/index.ts:1523arrow-up-right
post transaction resolver that resolves into the value that is passed to the future method
Last updated 5 years ago
Was this helpful?