interface Container {
    store: SimpleMap<string, SignerCapability>;
}

Properties

Properties

store: SimpleMap<string, SignerCapability>