Skip to content

Commit

Permalink
updated remaining assetId for ChargeAssetTxPayment (#5763)
Browse files Browse the repository at this point in the history
  • Loading branch information
bee344 authored Nov 26, 2023
1 parent fca68ae commit 63afad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/types/src/types/extrinsic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export interface SignatureOptions {
signedExtensions?: string[];
signer?: Signer;
tip?: AnyNumber;
assetId?: AnyNumber;
assetId?: AnyNumber | object;
}

interface ExtrinsicSignatureBase {
Expand All @@ -184,7 +184,7 @@ export interface ExtrinsicPayloadValue {
specVersion: AnyNumber;
tip: AnyNumber;
transactionVersion: AnyNumber;
assetId?: AnyNumber;
assetId?: AnyNumber | object;
}

export interface IExtrinsicSignature extends ExtrinsicSignatureBase, Codec {
Expand Down

0 comments on commit 63afad4

Please sign in to comment.