Type alias ElementsTxnLogArgs

ElementsTxnLogArgs: {
    data: TxRequest;
    operationType: string;
}

Type declaration