Skip to main content

Class: ADVSignedKeyIndexList

Defined in: WAProto/index.d.ts:492

Represents a ADVSignedKeyIndexList.

Implements

Constructors

new ADVSignedKeyIndexList()

new ADVSignedKeyIndexList(properties?): ADVSignedKeyIndexList

Defined in: WAProto/index.d.ts:498

Constructs a new ADVSignedKeyIndexList.

Parameters

properties?

IADVSignedKeyIndexList

Properties to set

Returns

ADVSignedKeyIndexList

Properties

accountSignature?

optional accountSignature: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:504

ADVSignedKeyIndexList accountSignature.

Implementation of

IADVSignedKeyIndexList.accountSignature


accountSignatureKey?

optional accountSignatureKey: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:507

ADVSignedKeyIndexList accountSignatureKey.

Implementation of

IADVSignedKeyIndexList.accountSignatureKey


details?

optional details: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:501

ADVSignedKeyIndexList details.

Implementation of

IADVSignedKeyIndexList.details

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:577

Converts this ADVSignedKeyIndexList to JSON.

Returns

object

JSON object


create()

static create(properties?): ADVSignedKeyIndexList

Defined in: WAProto/index.d.ts:514

Creates a new ADVSignedKeyIndexList instance using the specified properties.

Parameters

properties?

IADVSignedKeyIndexList

Properties to set

Returns

ADVSignedKeyIndexList

ADVSignedKeyIndexList instance


decode()

static decode(reader, length?): ADVSignedKeyIndexList

Defined in: WAProto/index.d.ts:540

Decodes a ADVSignedKeyIndexList message from the specified reader or buffer.

Parameters

reader

Reader or buffer to decode from

Uint8Array<ArrayBufferLike> | Reader

length?

number

Message length if known beforehand

Returns

ADVSignedKeyIndexList

ADVSignedKeyIndexList

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited()

static decodeDelimited(reader): ADVSignedKeyIndexList

Defined in: WAProto/index.d.ts:549

Decodes a ADVSignedKeyIndexList message from the specified reader or buffer, length delimited.

Parameters

reader

Reader or buffer to decode from

Uint8Array<ArrayBufferLike> | Reader

Returns

ADVSignedKeyIndexList

ADVSignedKeyIndexList

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


encode()

static encode(message, writer?): Writer

Defined in: WAProto/index.d.ts:522

Encodes the specified ADVSignedKeyIndexList message. Does not implicitly verify messages.

Parameters

message

IADVSignedKeyIndexList

ADVSignedKeyIndexList message or plain object to encode

writer?

Writer

Writer to encode to

Returns

Writer

Writer


encodeDelimited()

static encodeDelimited(message, writer?): Writer

Defined in: WAProto/index.d.ts:530

Encodes the specified ADVSignedKeyIndexList message, length delimited. Does not implicitly verify messages.

Parameters

message

IADVSignedKeyIndexList

ADVSignedKeyIndexList message or plain object to encode

writer?

Writer

Writer to encode to

Returns

Writer

Writer


fromObject()

static fromObject(object): ADVSignedKeyIndexList

Defined in: WAProto/index.d.ts:563

Creates a ADVSignedKeyIndexList message from a plain object. Also converts values to their respective internal types.

Parameters

object

Plain object

Returns

ADVSignedKeyIndexList

ADVSignedKeyIndexList


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:584

Gets the default type url for ADVSignedKeyIndexList

Parameters

typeUrlPrefix?

string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns

string

The default type url


toObject()

static toObject(message, options?): object

Defined in: WAProto/index.d.ts:571

Creates a plain object from a ADVSignedKeyIndexList message. Also converts values to other types if specified.

Parameters

message

ADVSignedKeyIndexList

ADVSignedKeyIndexList

options?

IConversionOptions

Conversion options

Returns

object

Plain object


verify()

static verify(message): null | string

Defined in: WAProto/index.d.ts:556

Verifies a ADVSignedKeyIndexList message.

Parameters

message

Plain object to verify

Returns

null | string

null if valid, otherwise the reason why it is not