mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-05 23:03:06 +00:00
minor change
This commit is contained in:
parent
afc977e044
commit
24f3952c49
@ -2,14 +2,7 @@ use nssa_core::{
|
||||
account::{Account, AccountId, AccountWithMetadata, Data},
|
||||
program::{ProgramInput, read_nssa_inputs, write_nssa_outputs},
|
||||
};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
// #[derive(Serialize, Deserialize)]
|
||||
// enum Instruction {
|
||||
// Transfer(u128),
|
||||
// NewDefinition([u8; 6], u128),
|
||||
// }
|
||||
//
|
||||
/// [type (1) || amount (16) || name (6)]
|
||||
type Instruction = [u8; 23];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user