Type alias PendingTransfer

PendingTransfer: {
    accountId: Buffer;
    opIndex: number;
    tx: RawGtx;
}

Type declaration

  • accountId: Buffer
  • opIndex: number
  • tx: RawGtx