interface IExec {
    executer: string;
    trx: Interfaces.Wrap.ITransaction;
}

Properties

Properties

executer: string