Skip to content

Commit

Permalink
Merge pull request #48 from fireblocks/typed-messages
Browse files Browse the repository at this point in the history
added typed message
  • Loading branch information
yarinvak authored Nov 29, 2021
2 parents 1f4828a + c32384d commit 2a1ee42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ export enum TransactionOperation {
REDEEM_FROM_COMPOUND = "REDEEM_FROM_COMPOUND",
RAW = "RAW",
CONTRACT_CALL = "CONTRACT_CALL",
TYPED_MESSAGE = "TYPED_MESSAGE",
}

export interface AllocateFundsRequest {
Expand Down

0 comments on commit 2a1ee42

Please sign in to comment.