Skip to content

Commit

Permalink
Revert schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jurevans committed Aug 3, 2023
1 parent 838dd6e commit 779f766
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions packages/types/src/tx/schema/ibcTransfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ export class IbcTransferMsgValue {
@field({ type: "string" })
token!: string;

@field({ type: option("string") })
subPrefix?: string;

@field(BigNumberSerializer)
amount!: BigNumber;

Expand Down
3 changes: 0 additions & 3 deletions packages/types/src/tx/schema/transfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ export class TransferMsgValue {
@field({ type: "string" })
token!: string;

@field({ type: option("string") })
subPrefix?: string;

@field(BigNumberSerializer)
amount!: BigNumber;

Expand Down

0 comments on commit 779f766

Please sign in to comment.