We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac94c5 commit 65b019eCopy full SHA for 65b019e
packages/types/src/extrinsic/Extrinsic.ts
@@ -341,7 +341,7 @@ export class GenericExtrinsic<A extends AnyTuple = AnyTuple> extends ExtrinsicBa
341
assetId: this.assetId ? this.assetId.toHuman(isExpanded, disableAscii) : null,
342
era: this.era.toHuman(isExpanded, disableAscii),
343
metadataHash: this.metadataHash ? this.metadataHash.toHex() : null,
344
- mode: this.mode.toHuman(),
+ mode: this.mode ? this.mode.toHuman() : null,
345
nonce: this.nonce.toHuman(isExpanded, disableAscii),
346
signature: this.signature.toHex(),
347
signer: this.signer.toHuman(isExpanded, disableAscii),
0 commit comments