Values.CreateNodeOutputSourceCreates a node on the specified blockchain network. Applies to Hyperledger Fabric and Ethereum.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServiceErrorException of InternalServiceErrorException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `ResourceLimitExceededException of ResourceLimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ResourceNotReadyException of ResourceNotReadyException.t| `ThrottlingException of ThrottlingException.t| `TooManyTagsException of TooManyTagsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceErrorException of unit
| `InvalidRequestException of InvalidRequestException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ResourceNotReadyException of ResourceNotReadyException.t
| `ThrottlingException of unit
| `TooManyTagsException of TooManyTagsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceErrorException of unit
| `InvalidRequestException of InvalidRequestException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ResourceNotReadyException of ResourceNotReadyException.t
| `ThrottlingException of unit
| `TooManyTagsException of TooManyTagsException.t
| `Unknown_operation_error of string * string option ]