1 2 3 4 5 6 7 8
pub mod txs;
use crate::ids;
/// ref. https://pkg.go.dev/github.com/ava-labs/avalanchego/utils/constants#pkg-variables
pub fn chain_id() -> ids::Id {
ids::Id::empty()
}
1 2 3 4 5 6 7 8
pub mod txs;
use crate::ids;
/// ref. https://pkg.go.dev/github.com/ava-labs/avalanchego/utils/constants#pkg-variables
pub fn chain_id() -> ids::Id {
ids::Id::empty()
}