roleMap

A map of all current thirdweb's smart contract roles

let roleMap: {
readonly admin: "";
readonly asset: "ASSET_ROLE";
readonly factory: "FACTORY_ROLE";
readonly lister: "LISTER_ROLE";
readonly metadata: "METADATA_ROLE";
readonly migration: "MIGRATION_ROLE";
readonly minter: "MINTER_ROLE";
readonly pauser: "PAUSER_ROLE";
readonly revoke: "REVOKE_ROLE";
readonly signer: "SIGNER_ROLE";
readonly transfer: "TRANSFER_ROLE";
readonly unwrap: "UNWRAP_ROLE";
};