FutureLowLevelMethod
Represents a contract method that doesn't exist yet but will exist once a certain post transaction resolver is resolved
Type parameters
▪ 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
Hierarchy
FutureLowLevelMethod
Index
Properties
futureMethod
futureValue
Properties
futureMethod
• futureMethod: function
function that returns a low level method
Type declaration:
Parameters:
Name
Type
resolvedValue
T
futureValue
• futureValue: PostTransactionResolver‹T›
post transaction resolver that resolves into the value that is passed to the future method
Last updated
Was this helpful?