mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-06 23:33:10 +00:00
Update nssa/program_methods/guest/src/bin/token.rs
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
This commit is contained in:
parent
ca7cc10f7c
commit
5baa759283
@ -232,7 +232,8 @@ struct TokenMetadata {
|
|||||||
definition_id: AccountId,
|
definition_id: AccountId,
|
||||||
uri: [u8; 200],
|
uri: [u8; 200],
|
||||||
creators: [u8; 250],
|
creators: [u8; 250],
|
||||||
primary_sale_date: u64, //BlockId
|
/// Block id
|
||||||
|
primary_sale_date: u64,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl TokenMetadata {
|
impl TokenMetadata {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user