Skip to content

Commit

Permalink
removed assetId from UnsignedTransaction interface
Browse files Browse the repository at this point in the history
  • Loading branch information
bee344 committed Sep 18, 2024
1 parent 7b8cbf6 commit 64049db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/txwrapper-core/src/types/method.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ export interface TxInfo extends BaseTxInfo {
* JSON format for an unsigned transaction.
*/
export interface UnsignedTransaction extends SignerPayloadJSON {
/**
* The assetId used in ChargeAssetTxPayment
*
*/
assetId?: HexString;
/**
* The SCALE-encoded metadata, as a hex string. Can be retrieved via the RPC
* call `state_getMetadata`.
Expand Down

0 comments on commit 64049db

Please sign in to comment.