vechain
docs
github
Preparing search index...
The search index is not available
vechain-sdk
vechain-sdk
@vechain/sdk-network
ContractCallResult
Interface ContractCallResult
Represents the result of a contract call operation, encapsulating the output of the call.
interface
ContractCallResult
{
result
:
{
array
?:
unknown
[]
;
errorMessage
?:
string
;
plain
?:
unknown
;
}
;
success
:
boolean
;
}
Index
Properties
result
success
Properties
result
result
:
{
array
?:
unknown
[]
;
errorMessage
?:
string
;
plain
?:
unknown
;
}
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
result
success
vechain
docs
github
vechain-sdk
Loading...
Represents the result of a contract call operation, encapsulating the output of the call.