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

Properties

Properties

executer: string