mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-08 16:23:12 +00:00
fmt
This commit is contained in:
parent
d7240e073a
commit
ba35fafad4
@ -4,6 +4,7 @@ pub mod program_methods {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "no_docker")]
|
#[cfg(feature = "no_docker")]
|
||||||
|
#[allow(clippy::single_component_path_imports)]
|
||||||
use program_methods;
|
use program_methods;
|
||||||
|
|
||||||
pub mod encoding;
|
pub mod encoding;
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
use nssa_core::{
|
|
||||||
account::{Account, AccountWithMetadata},
|
|
||||||
program::{InstructionData, ProgramId, ProgramOutput},
|
|
||||||
};
|
|
||||||
use crate::program_methods::{
|
use crate::program_methods::{
|
||||||
AUTHENTICATED_TRANSFER_ELF, AUTHENTICATED_TRANSFER_ID, PINATA_ELF, PINATA_ID, TOKEN_ELF,
|
AUTHENTICATED_TRANSFER_ELF, AUTHENTICATED_TRANSFER_ID, PINATA_ELF, PINATA_ID, TOKEN_ELF,
|
||||||
TOKEN_ID,
|
TOKEN_ID,
|
||||||
};
|
};
|
||||||
|
use nssa_core::{
|
||||||
|
account::{Account, AccountWithMetadata},
|
||||||
|
program::{InstructionData, ProgramId, ProgramOutput},
|
||||||
|
};
|
||||||
use risc0_zkvm::{ExecutorEnv, ExecutorEnvBuilder, default_executor, serde::to_vec};
|
use risc0_zkvm::{ExecutorEnv, ExecutorEnvBuilder, default_executor, serde::to_vec};
|
||||||
use serde::Serialize;
|
use serde::Serialize;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user