referrerpolicy=no-referrer-when-downgrade

Trait pallet_nis::BenchmarkSetup

source ·
pub trait BenchmarkSetup {
    // Required method
    fn create_counterpart_asset();
}
Expand description

Setup the empty genesis state for benchmarking.

Required Methods§

source

fn create_counterpart_asset()

Create the counterpart asset. Should panic on error.

This is called prior to assuming that a counterpart balance exists.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl BenchmarkSetup for ()

Implementors§