Skip to content

There is no push_action to Eosio account objects #179

Description

@cppfuns

For the eosio object type, you also need the push_action method, because you need to initialize the system contract.
Currently have to use cleos directly

cleos.PushAction(
    eosio,
    "init",
    '[0, "4,EOS"]',
    (eosio, Permission.ACTIVE))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions