|
@ -253,6 +253,7 @@ function buildOperationRaw({ core, op, xpub }: { core: Object, op: NJSOperation, |
|
|
senders: op.getSenders(), |
|
|
senders: op.getSenders(), |
|
|
recipients: op.getRecipients(), |
|
|
recipients: op.getRecipients(), |
|
|
blockHeight: op.getBlockHeight(), |
|
|
blockHeight: op.getBlockHeight(), |
|
|
|
|
|
blockHash: '', |
|
|
accountId: xpub, |
|
|
accountId: xpub, |
|
|
date: op.getDate().toISOString(), |
|
|
date: op.getDate().toISOString(), |
|
|
amount, |
|
|
amount, |
|
|