Skip to content

Commit

Permalink
add xcmPalletOverride to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb committed Oct 4, 2024
1 parent 21e6954 commit d8d9815
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,11 @@ interface TransferArgsOpts<T extends Format> {
* Optional assetId that will be used to pay for fees. Used with the `dryRunCall` option to determine fees in the specified asset.
*/
xcmFeeAsset?: string;

/**
* Optionally manually sets the pallet you intend to you use for the current transaction.
*/
xcmPalletOverride?: XcmPallet;
}
```

Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export interface TransferArgsOpts<T extends Format> {
xcmFeeAsset?: string;

/**
* Optionally manually set the pallet you intend to you use for the current transaction.
* Optionally manually sets the pallet you intend to you use for the current transaction.
*/
xcmPalletOverride?: XcmPallet;
}
Expand Down

0 comments on commit d8d9815

Please sign in to comment.