eosio-swift
eosio-swift copied to clipboard
Transaction Properties Should Be Immutable Once Signed
Make Transaction properties immutable once signatures are present
PRs #168 and #171 set the stage for making Actions and Context Free Actions on EosioTransaction immutable. By making them non-settable (public private(set)) and adding explicit methods for adding actions, we will more easily be able to tie those down in the future.