@gala-chain/api ∙ API
API > FetchTokenClassesWithPaginationDto
Class: FetchTokenClassesWithPaginationDto
Contents
- Extends
- Constructors
- new FetchTokenClassesWithPaginationDto()
- Properties
- additionalKey
- bookmark
- category
- collection
- limit
- prefix
- signature
- signerPublicKey
- trace
- type
- uniqueKey
- DEFAULT_LIMIT
- ENCODING
- MAX_LIMIT
- Methods
- isSignatureValid()
- serialize()
- sign()
- signed()
- validate()
- validateOrReject()
- deserialize()
Extends
Constructors
new FetchTokenClassesWithPaginationDto()
new FetchTokenClassesWithPaginationDto():
FetchTokenClassesWithPaginationDto
Inherited from
Properties
additionalKey
additionalKey?:
string
Source
chain-api/src/types/token.ts:87
bookmark
bookmark?:
string
Source
chain-api/src/types/token.ts:94
category
category?:
string
Source
chain-api/src/types/token.ts:73
collection
collection?:
string
Source
chain-api/src/types/token.ts:66
limit
limit?:
number
Source
chain-api/src/types/token.ts:106
prefix
prefix?:
string
Inherited from
Source
chain-api/src/types/dtos.ts:144
signature
signature?:
string
Inherited from
Source
chain-api/src/types/dtos.ts:135
signerPublicKey
signerPublicKey?:
string
Inherited from
Source
chain-api/src/types/dtos.ts:153
trace
trace?:
TraceContext
Inherited from
Source
chain-api/src/types/dtos.ts:100
type
type?:
string
Source
chain-api/src/types/token.ts:80
uniqueKey
uniqueKey?:
string
Inherited from
Source
chain-api/src/types/dtos.ts:115
DEFAULT_LIMIT
static
readonly
DEFAULT_LIMIT:1000
=1000
Source
chain-api/src/types/token.ts:59
ENCODING
static
readonly
ENCODING:"base64"
="base64"
Inherited from
Source
chain-api/src/types/dtos.ts:101
MAX_LIMIT
static
readonly
MAX_LIMIT:number
Source
chain-api/src/types/token.ts:58
Methods
isSignatureValid()
isSignatureValid(
publicKey
):boolean
Parameters
▪ publicKey: string
Inherited from
Source
chain-api/src/types/dtos.ts:195
serialize()
serialize():
string
Inherited from
Source
chain-api/src/types/dtos.ts:167
sign()
sign(
privateKey
,useDer
):void
Parameters
▪ privateKey: string
▪ useDer: boolean
= false
Inherited from
Source
chain-api/src/types/dtos.ts:178
signed()
signed(
privateKey
,useDer
):FetchTokenClassesWithPaginationDto
Creates a signed copy of current object.
Parameters
▪ privateKey: string
▪ useDer: boolean
= false
Inherited from
Source
chain-api/src/types/dtos.ts:189
validate()
validate():
Promise
\<ValidationError
[]>
Inherited from
Source
chain-api/src/types/dtos.ts:155
validateOrReject()
validateOrReject():
Promise
\<void
>
Inherited from
Source
chain-api/src/types/dtos.ts:159
deserialize()
static
deserialize\<T
>(constructor
,object
):T
Type parameters
▪ T
Parameters
▪ constructor: ClassConstructor
\<Inferred
\<T
, ChainCallDTO
>>
▪ object: string
| Record
\<string
, unknown
> | Record
\<string
, unknown
>[]