Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchAliasesByNameArgs

The argument object for AliasApi.searchAliasesByName

Hierarchy

  • SearchAliasesByNameArgs

Index

Properties

aliasName

aliasName: string

The name or part of the name to search for.

Optional firstIndex

firstIndex: number

The first index to be returned. Use this for pagination. Starts at 0

Optional lastIndex

lastIndex: number

The last index to be returned. Use this for pagination. If not set, at maximum 500 items beginning at firstIndex will be returned

Optional timestamp

timestamp: number

The timestamp in seconds since genesis block.

see

util.ChainTime