コンテンツにスキップ

AccountRestrictionFlags⚓︎

Constructors⚓︎

Constructor⚓︎

new AccountRestrictionFlags(value): AccountRestrictionFlags;

Parameters⚓︎

Parameter Type
value any

Returns⚓︎

AccountRestrictionFlags

Properties⚓︎

Property Modifier Type
value public any
ADDRESS static AccountRestrictionFlags
BLOCK static AccountRestrictionFlags
MOSAIC_ID static AccountRestrictionFlags
OUTGOING static AccountRestrictionFlags
TRANSACTION_TYPE static AccountRestrictionFlags

Accessors⚓︎

size⚓︎

Get Signature⚓︎

get size(): number;
Returns⚓︎

number

Methods⚓︎

has()⚓︎

has(flag): boolean;

Parameters⚓︎

Parameter Type
flag any

Returns⚓︎

boolean


serialize()⚓︎

serialize(): Uint8Array<ArrayBufferLike>;

Returns⚓︎

Uint8Array<ArrayBufferLike>


toJson()⚓︎

toJson(): any;

Returns⚓︎

any


toString()⚓︎

toString(): string;

Returns⚓︎

string


deserialize()⚓︎

static deserialize(payload): AccountRestrictionFlags;

Parameters⚓︎

Parameter Type
payload any

Returns⚓︎

AccountRestrictionFlags


deserializeAligned()⚓︎

static deserializeAligned(payload): AccountRestrictionFlags;

Parameters⚓︎

Parameter Type
payload any

Returns⚓︎

AccountRestrictionFlags