@midnight/ledger v3.0.2 • Readme | API
@midnight/ledger v3.0.2 / SystemTransaction
Class: SystemTransaction
A priviledged transaction issued by the system.
Constructors
new SystemTransaction()
private new SystemTransaction(): SystemTransaction
Returns
Methods
serialize()
serialize(netid): Uint8Array
Parameters
• netid: NetworkId
Returns
Uint8Array
toString()
toString(compact?): string
Parameters
• compact?: boolean
Returns
string
deserialize()
static deserialize(raw, netid): Transaction
Parameters
• raw: Uint8Array
• netid: NetworkId