Constructor
new ChaincodeDeploy(propertiesopt)
Constructs a new ChaincodeDeploy.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
properties |
rep.protos.IChaincodeDeploy |
<optional> |
Properties to set |
- Implements:
- IChaincodeDeploy
- Source:
Members
(static) CodeType :string
CodeType enum.
Type:
- string
Properties:
Name | Type | Description |
---|---|---|
CODE_UNDEFINED |
number | CODE_UNDEFINED value |
CODE_JAVASCRIPT |
number | CODE_JAVASCRIPT value |
CODE_SCALA |
number | CODE_SCALA value |
- Source:
codePackage :string
ChaincodeDeploy codePackage.
Type:
- string
- Source:
ctype :rep.protos.ChaincodeDeploy.CodeType
ChaincodeDeploy ctype.
Type:
- Source:
legalProse :string
ChaincodeDeploy legalProse.
Type:
- string
- Source:
timeout :number
ChaincodeDeploy timeout.
Type:
- number
- Source:
Methods
(static) create(propertiesopt) → {rep.protos.ChaincodeDeploy}
Creates a new ChaincodeDeploy instance using the specified properties.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
properties |
rep.protos.IChaincodeDeploy |
<optional> |
Properties to set |
- Source:
Returns:
ChaincodeDeploy instance
(static) decode(reader, lengthopt) → {rep.protos.ChaincodeDeploy}
Decodes a ChaincodeDeploy 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:
ChaincodeDeploy
(static) decodeDelimited(reader) → {rep.protos.ChaincodeDeploy}
Decodes a ChaincodeDeploy 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:
ChaincodeDeploy
(static) encode(message, writeropt) → {$protobuf.Writer}
Encodes the specified ChaincodeDeploy message. Does not implicitly verify messages.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
rep.protos.IChaincodeDeploy | ChaincodeDeploy 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 ChaincodeDeploy message, length delimited. Does not implicitly verify messages.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
rep.protos.IChaincodeDeploy | ChaincodeDeploy 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.ChaincodeDeploy}
Creates a ChaincodeDeploy message from a plain object. Also converts values to their respective internal types.
Parameters:
Name | Type | Description |
---|---|---|
object |
Object.<string, *> | Plain object |
- Source:
Returns:
ChaincodeDeploy
(static) toObject(message, optionsopt) → {Object.<string, *>}
Creates a plain object from a ChaincodeDeploy message. Also converts values to other types if specified.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
rep.protos.ChaincodeDeploy | ChaincodeDeploy | |
options |
$protobuf.IConversionOptions |
<optional> |
Conversion options |
- Source:
Returns:
Plain object
- Type
- Object.<string, *>
(static) verify(message) → {string|null}
Verifies a ChaincodeDeploy 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 ChaincodeDeploy to JSON.
- Source:
Returns:
JSON object
- Type
- Object.<string, *>