types/sui_bcs library

Classes

GasData
The GasData to be used in the transaction.
SharedObjectRef
A reference to a shared object.
StructTag
Kind of a TypeTag which is represented by a Move type identifier.
TypeSchema

Properties

bcs → BCS
final
BCS_SPEC → BcsConfigTypes
final
config → BcsConfig
final

Functions

isPureArg(dynamic arg) bool

Typedefs

CallArg = dynamic
ObjectArg = dynamic
PureArg = dynamic
TransactionExpiration = dynamic
TypeTag = dynamic
Sui TypeTag object. A decoupled 0x...::module::Type<???> parameter.