Skip to main content

SystemTransaction

For the complete documentation index, see llms.txt

@midnight/ledger v8.0.3


@midnight/ledger / SystemTransaction

Class: SystemTransaction

시스템이 발행한 권한 있는 트랜잭션입니다.

Methods

serialize()

serialize(): Uint8Array;

Returns

Uint8Array


toString()

toString(compact?): string;

Parameters

compact?

boolean

Returns

string


deserialize()

static deserialize(raw): SystemTransaction;

Parameters

raw

Uint8Array

Returns

SystemTransaction