Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.

expose tables as public instead of private - #34

Open
DenisCarriere wants to merge 1 commit into
pinknetworkx:masterfrom
DenisCarriere:patch-2
Open

expose tables as public instead of private#34
DenisCarriere wants to merge 1 commit into
pinknetworkx:masterfrom
DenisCarriere:patch-2

Conversation

@DenisCarriere

Copy link
Copy Markdown

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 );

@teeg74 teeg74 left a comment

Copy link
Copy Markdown

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants