Skip to content

Commit

Permalink
Merge pull request #8 from fireblocks/support-libra-params
Browse files Browse the repository at this point in the history
add extra params
  • Loading branch information
yarinvak authored Nov 1, 2020
2 parents fbe1389 + 4444901 commit 947b945
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,13 @@ export interface TransactionArguments {
operation?: TransactionOperation;
fee?: number;
gasPrice?: number;
gasLimit?: number;
note: string;
cpuStaking?: number;
networkStaking?: number;
autoStaking?: boolean;
customerRefId?: string;
extraParameters?: {
rawMessageData: RawMessageData;
};
extraParameters?: object;
}

export interface ExchangeResponse {
Expand Down

0 comments on commit 947b945

Please sign in to comment.