Trait pallet_nfts::pallet::BenchmarkHelper
source · pub trait BenchmarkHelper<CollectionId, ItemId, Public, AccountId, Signature> {
// Required methods
fn collection(i: u16) -> CollectionId;
fn item(i: u16) -> ItemId;
fn signer() -> (Public, AccountId);
fn sign(signer: &Public, message: &[u8]) -> Signature;
}
Required Methods§
fn collection(i: u16) -> CollectionId
fn item(i: u16) -> ItemId
fn signer() -> (Public, AccountId)
fn sign(signer: &Public, message: &[u8]) -> Signature
Object Safety§
This trait is not object safe.