import { TransactionActionPhase } from './TransactionActionPhase'; import { Slice } from 'ton3-core'; /** * tr_phase_action$_ success:Bool valid:Bool no_funds:Bool * status_change:AccStatusChange * total_fwd_fees:(Maybe Grams) total_action_fees:(Maybe Grams) * result_code:int32 result_arg:(Maybe int32) tot_actions:uint16 * spec_actions:uint16 skipped_actions:uint16 msgs_created:uint16 * action_list_hash:bits256 tot_msg_size:StorageUsedShort * = TrActionPhase; */ export declare function loadTransactionActionPhase(slice: Slice): TransactionActionPhase; //# sourceMappingURL=loadTransactionActionPhase.d.ts.map