@wharfkit/session - v4.0.1
Preparing search index...
TransactResultReturnValue
Interface TransactResultReturnValue
The return values from a [[Session.transact]] call that have been processed and decoded.
interface
TransactResultReturnValue
{
action
:
Name
;
contract
:
Name
;
data
:
any
;
hex
:
string
;
returnType
:
TransactResultReturnType
;
}
Index
Properties
action
contract
data
hex
return
Type
Properties
action
action
:
Name
contract
contract
:
Name
data
data
:
any
hex
hex
:
string
return
Type
returnType
:
TransactResultReturnType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
contract
data
hex
return
Type
@wharfkit/session - v4.0.1
Loading...
The return values from a [[Session.transact]] call that have been processed and decoded.