FutureLowLevelMethod
Last updated
Was this helpful?
Last updated
Was this helpful?
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: function
function that returns a low level method
Parameters:
Name
Type
resolvedValue
T
• futureValue: PostTransactionResolver‹T›
post transaction resolver that resolves into the value that is passed to the future method
Defined in
▸ (resolvedValue
: T): Promise‹‹U››
Defined in