Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Correct documentation for BroadcastTransaction (#31)
Browse files Browse the repository at this point in the history
Correct documentation for BroadcastTransaction.
  • Loading branch information
yuga-cb authored Jun 22, 2023
1 parent 51fdd66 commit 0160990
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 83 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"regionTag": "api_v1_generated_ProtocolService_BroadcastTransaction_sync",
"title": "api BroadcastTransaction Sample",
"description": "BroadcastTransaction broadcasts a transaction to a node in the Network. There are two ways of invoking this API: \n1. Set the raw_signed_transaction on the Transaction. This is equivalent to the payload used to broadcast transactions\nvia block explorers such as Etherscan.\n2. Set the signature(s) in the required_signatures of the Transaction.\nThe TransactionInput itself is not required. The Transaction returned will have the hash set on it.",
"description": "BroadcastTransaction broadcasts a transaction to a node in the Network. There are two ways of invoking this API: \n1. Set the raw_signed_transaction on the Transaction. This is equivalent to the payload used to broadcast transactions\nvia block explorers such as Etherscan. In this case, the TransactionInput does not need to be set on the Transaction.\n2. Set the signature(s) in the required_signatures of the Transaction. In this case, the TransactionInput must also be\nset on the Transaction.\nThe Transaction returned will have the hash set on it.",
"file": "ProtocolClient/BroadcastTransaction/main.go",
"language": "GO",
"clientMethod": {
Expand Down
14 changes: 8 additions & 6 deletions gen/go/coinbase/cloud/clients/v1/protocol_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

136 changes: 71 additions & 65 deletions gen/go/coinbase/cloud/protocols/v1/protocols.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0160990

Please sign in to comment.