Search
Preparing search index...
The search index is not available
@koinos/sdk-as - v1.0.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@koinos/sdk-as - v1.0.0
authority
call_data
Class call_data
Hierarchy
call_data
Index
Constructors
constructor
Properties
caller
contract_
id
data
entry_
point
Methods
decode
encode
Constructors
constructor
new call_
data
(
contract_id
?:
null
|
Uint8Array
, entry_point
?:
number
, caller
?:
null
|
Uint8Array
, data
?:
null
|
Uint8Array
)
:
call_data
Parameters
contract_id:
null
|
Uint8Array
= null
entry_point:
number
= 0
caller:
null
|
Uint8Array
= null
data:
null
|
Uint8Array
= null
Returns
call_data
Properties
caller
caller
:
null
|
Uint8Array
contract_
id
contract_
id
:
null
|
Uint8Array
data
data
:
null
|
Uint8Array
entry_
point
entry_
point
:
number
Methods
Static
decode
decode
(
reader
:
Reader
, length
:
number
)
:
call_data
Parameters
reader:
Reader
length:
number
Returns
call_data
Static
encode
encode
(
message
:
call_data
, writer
:
Writer
)
:
void
Parameters
message:
call_data
writer:
Writer
Returns
void
Exports
Internals
Arrays
Base58
Base64
Crypto
MockVM
Safe
Math
Storage
String
Bytes
System
Externals
any
authority
block_
store
block_
store_
rpc
broadcast
chain
chain_
rpc
claim
common
contract_
meta_
store
contract_
meta_
store_
rpc
error
events
governance
koin
mempool_
rpc
name_
service
object_
spaces
options
p2p_
rpc
pob
pow
protocol
resources
rpc
system_
call_
ids
system_
calls
token
transaction_
store
transaction_
store_
rpc
value
vhp
call_
data
constructor
caller
contract_
id
data
entry_
point
decode
encode
Generated using
TypeDoc