macro_rules! shard_num {
($value:expr) => { ... };
}
Expand description
Calculates fee vault shard from a given AccountInfo or Pubkey. Relies on the Anchor Key
trait.
macro_rules! shard_num {
($value:expr) => { ... };
}
Calculates fee vault shard from a given AccountInfo or Pubkey. Relies on the Anchor Key
trait.