Constructor
new TransactionResult(propertiesopt)
Constructs a new TransactionResult.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
properties |
rep.protos.ITransactionResult |
<optional> |
Properties to set |
- Implements:
- ITransactionResult
- Source:
Members
ol :Array.<rep.protos.IOperLog>
TransactionResult ol.
Type:
- Array.<rep.protos.IOperLog>
- Source:
result :rep.protos.IActionResult|null|undefined
TransactionResult result.
Type:
- rep.protos.IActionResult | null | undefined
- Source:
txId :string
TransactionResult txId.
Type:
- string
- Source:
Methods
(static) create(propertiesopt) → {rep.protos.TransactionResult}
Creates a new TransactionResult instance using the specified properties.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
properties |
rep.protos.ITransactionResult |
<optional> |
Properties to set |
- Source:
Returns:
TransactionResult instance
(static) decode(reader, lengthopt) → {rep.protos.TransactionResult}
Decodes a TransactionResult message from the specified reader or buffer.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
reader |
$protobuf.Reader | Uint8Array | Reader or buffer to decode from | |
length |
number |
<optional> |
Message length if known beforehand |
- Source:
Throws:
-
-
If the payload is not a reader or valid buffer
- Type
- Error
-
-
-
If required fields are missing
- Type
- $protobuf.util.ProtocolError
-
Returns:
TransactionResult
(static) decodeDelimited(reader) → {rep.protos.TransactionResult}
Decodes a TransactionResult message from the specified reader or buffer, length delimited.
Parameters:
Name | Type | Description |
---|---|---|
reader |
$protobuf.Reader | Uint8Array | Reader or buffer to decode from |
- Source:
Throws:
-
-
If the payload is not a reader or valid buffer
- Type
- Error
-
-
-
If required fields are missing
- Type
- $protobuf.util.ProtocolError
-
Returns:
TransactionResult
(static) encode(message, writeropt) → {$protobuf.Writer}
Encodes the specified TransactionResult message. Does not implicitly verify messages.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
rep.protos.ITransactionResult | TransactionResult message or plain object to encode | |
writer |
$protobuf.Writer |
<optional> |
Writer to encode to |
- Source:
Returns:
Writer
- Type
- $protobuf.Writer
(static) encodeDelimited(message, writeropt) → {$protobuf.Writer}
Encodes the specified TransactionResult message, length delimited. Does not implicitly verify messages.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
rep.protos.ITransactionResult | TransactionResult message or plain object to encode | |
writer |
$protobuf.Writer |
<optional> |
Writer to encode to |
- Source:
Returns:
Writer
- Type
- $protobuf.Writer
(static) fromObject(object) → {rep.protos.TransactionResult}
Creates a TransactionResult message from a plain object. Also converts values to their respective internal types.
Parameters:
Name | Type | Description |
---|---|---|
object |
Object.<string, *> | Plain object |
- Source:
Returns:
TransactionResult
(static) toObject(message, optionsopt) → {Object.<string, *>}
Creates a plain object from a TransactionResult message. Also converts values to other types if specified.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
rep.protos.TransactionResult | TransactionResult | |
options |
$protobuf.IConversionOptions |
<optional> |
Conversion options |
- Source:
Returns:
Plain object
- Type
- Object.<string, *>
(static) verify(message) → {string|null}
Verifies a TransactionResult message.
Parameters:
Name | Type | Description |
---|---|---|
message |
Object.<string, *> | Plain object to verify |
- Source:
Returns:
`null` if valid, otherwise the reason why it is not
- Type
- string | null
toJSON() → {Object.<string, *>}
Converts this TransactionResult to JSON.
- Source:
Returns:
JSON object
- Type
- Object.<string, *>