Home Reference Source Test
public class | source

PrunedAccount

Static Method Summary

Static Public Methods
public static

Constructor Summary

Public Constructor
public

constructor(address: Address, account: Account)

Member Summary

Public Members
public get
public get
public get

Method Summary

Public Methods
public

compare(o: PrunedAccount): number

public

serialize(buf: *): *

Static Public Methods

public static unserialize(buf: SerialBuffer): PrunedAccount source

Params:

NameTypeAttributeDescription
buf SerialBuffer

Return:

PrunedAccount

Public Constructors

public constructor(address: Address, account: Account) source

Params:

NameTypeAttributeDescription
address Address
account Account

Public Members

public get account: Account: * source

Return:

Account

public get address: Address: * source

Return:

Address

public get serializedSize: * source

Public Methods

public compare(o: PrunedAccount): number source

Params:

NameTypeAttributeDescription
o PrunedAccount

Return:

number

negative if this is smaller than o, positive if this is larger than o, zero if equal.

public serialize(buf: *): * source

Params:

NameTypeAttributeDescription
buf *

Return:

*