Skip to content

Conversation

@DenisCarriere
Copy link

External contracts cannot implement with this interface if the table structures are private.

atomicassets::templates_t _templates( "atomicassets"_n, collection_name.value );
auto itr = _templates.find( template_id );

❌ ERROR message receive at compile:

error: 'templates_t' is a private member of 'atomicassets'
    atomicassets::templates_t _templates( "atomicassets"_n, collection_name.value );

Copy link

@teeg74 teeg74 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants