mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
remove outdated common/src/execution_input.rs file
This commit is contained in:
parent
983865d31f
commit
f669f10d9e
@ -1,11 +0,0 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use crate::TreeHashType;
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct PublicNativeTokenSend {
|
||||
pub from: TreeHashType,
|
||||
pub nonce: u64,
|
||||
pub to: TreeHashType,
|
||||
pub balance_to_move: u64,
|
||||
}
|
||||
@ -3,7 +3,6 @@ use serde::Deserialize;
|
||||
use sha2::{Digest, Sha256, digest::FixedOutput};
|
||||
|
||||
pub mod block;
|
||||
pub mod execution_input;
|
||||
pub mod rpc_primitives;
|
||||
pub mod sequencer_client;
|
||||
pub mod transaction;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user