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

Properties

Properties

executer: string

аккаунт, выполняющий транзакцию,

транзакция, которая должна быть выполнена.