Skip to content

Commit

Permalink
fix: aligned TezosTransactionParameters with Tezos p2p API
Browse files Browse the repository at this point in the history
  • Loading branch information
dianasavvatina committed Aug 29, 2024
1 parent a923848 commit e502a43
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 e502a43

Please sign in to comment.