@gala-chain/api ∙ API
API > RefreshAllowanceDto
Class: RefreshAllowanceDto
Contents
- Extends
- Constructors
- new RefreshAllowanceDto()
- Properties
- allowanceKey
- expires
- prefix
- signature
- signerPublicKey
- trace
- uniqueKey
- uses
- ENCODING
- Methods
- isSignatureValid()
- serialize()
- sign()
- signed()
- validate()
- validateOrReject()
- deserialize()
Extends
Constructors
new RefreshAllowanceDto()
new RefreshAllowanceDto():
RefreshAllowanceDto
Inherited from
Properties
allowanceKey
allowanceKey:
AllowanceKey
Source
chain-api/src/types/allowance.ts:485
expires
expires:
number
Source
chain-api/src/types/allowance.ts:494
prefix
prefix?:
string
Inherited from
Source
chain-api/src/types/dtos.ts:154
signature
signature?:
string
Inherited from
Source
chain-api/src/types/dtos.ts:145
signerPublicKey
signerPublicKey?:
string
Inherited from
Source
chain-api/src/types/dtos.ts:163
trace
trace?:
TraceContext
Inherited from
Source
chain-api/src/types/dtos.ts:110
uniqueKey
uniqueKey?:
string
Inherited from
Source
chain-api/src/types/dtos.ts:125
uses
uses:
BigNumber
Source
chain-api/src/types/allowance.ts:490
ENCODING
staticreadonlyENCODING:"base64"="base64"
Inherited from
Source
chain-api/src/types/dtos.ts:111
Methods
isSignatureValid()
isSignatureValid(
publicKey):boolean
Parameters
▪ publicKey: string
Inherited from
Source
chain-api/src/types/dtos.ts:205
serialize()
serialize():
string
Inherited from
Source
chain-api/src/types/dtos.ts:177
sign()
sign(
privateKey,useDer):void
Parameters
▪ privateKey: string
▪ useDer: boolean= false
Inherited from
Source
chain-api/src/types/dtos.ts:188
signed()
signed(
privateKey,useDer):RefreshAllowanceDto
Creates a signed copy of current object.
Parameters
▪ privateKey: string
▪ useDer: boolean= false
Inherited from
Source
chain-api/src/types/dtos.ts:199
validate()
validate():
Promise\<ValidationError[]>
Inherited from
Source
chain-api/src/types/dtos.ts:165
validateOrReject()
validateOrReject():
Promise\<void>
Inherited from
Source
chain-api/src/types/dtos.ts:169
deserialize()
staticdeserialize\<T>(constructor,object):T
Type parameters
▪ T
Parameters
▪ constructor: ClassConstructor\<Inferred\<T, ChainCallDTO>>
▪ object: string | Record\<string, unknown> | Record\<string, unknown>[]