Skip to content

Commit

Permalink
Merge pull request #812 from trilitech/diana@trans-params
Browse files Browse the repository at this point in the history
fix: aligned TezosTransactionParameters with Tezos p2p API
  • Loading branch information
IsaccoSordo authored Sep 3, 2024
2 parents 3e2c3d9 + 1b09c77 commit 31ea7fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import { MichelineMichelsonV1Expression } from './MichelineMichelsonV1Expression
* @category Tezos
*/
export interface TezosTransactionParameters {
entrypoint: 'default' | 'root' | 'do' | 'set_delegate' | 'remove_delegate' | string
entrypoint: 'default' | 'root' | 'do' | 'set_delegate' | 'remove_delegate' | 'deposit' | 'stake' | 'unstake' | 'finalize_unstake' | 'set_delegate_parameters' | string
value: MichelineMichelsonV1Expression
}

0 comments on commit 31ea7fd

Please sign in to comment.