StoryAddrs
Storage structure for the Story Protocol's contracts
struct StoryAddrs {
IRoyaltyTokenDistributionWorkflows rtDistributionWorkflows;
IRoyaltyModule royaltyModule;
ITokenizerModule tokenizerModule;
}
Properties
Name
Type
Description
rtDistributionWorkflows
IRoyaltyTokenDistributionWorkflows
royaltyModule
IRoyaltyModule
The address of Story Protocol's royalty module
tokenizerModule
ITokenizerModule
The address of Story Protocol's tokenizer module