@gala-chain/api ∙ API
API > FetchAllowancesLegacyDto
Class: FetchAllowancesLegacyDto
Contents
- Extends
- Constructors
- new FetchAllowancesLegacyDto()
- Properties
- additionalKey
- allowanceType
- bookmark
- category
- collection
- grantedBy
- grantedTo
- instance
- prefix
- signature
- signerPublicKey
- trace
- type
- uniqueKey
- ENCODING
- Methods
- isSignatureValid()
- serialize()
- sign()
- signed()
- validate()
- validateOrReject()
- deserialize()
Extends
Constructors
new FetchAllowancesLegacyDto()
new FetchAllowancesLegacyDto():
FetchAllowancesLegacyDto
Inherited from
Properties
additionalKey
additionalKey?:
string
Source
chain-api/src/types/allowance.ts:159
allowanceType
allowanceType?:
AllowanceType
Source
chain-api/src/types/allowance.ts:170
bookmark
bookmark?:
string
Source
chain-api/src/types/allowance.ts:184
category
category?:
string
Source
chain-api/src/types/allowance.ts:145
collection
collection?:
string
Source
chain-api/src/types/allowance.ts:138
grantedBy
grantedBy?:
string
Source
chain-api/src/types/allowance.ts:177
grantedTo
grantedTo:
string
Source
chain-api/src/types/allowance.ts:131
instance
instance?:
string
Source
chain-api/src/types/allowance.ts:166
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/allowance.ts:152
uniqueKey
uniqueKey?:
string
Inherited from
Source
chain-api/src/types/dtos.ts:115
ENCODING
static
readonly
ENCODING:"base64"
="base64"
Inherited from
Source
chain-api/src/types/dtos.ts:101
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
):FetchAllowancesLegacyDto
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
>[]