Skip to content

Commit

Permalink
Update BroadcastTransaction documentation (coinbase#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuga-cb authored Apr 6, 2023
1 parent 8bfa9f2 commit 2e3b4c6
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 55 deletions.
12 changes: 6 additions & 6 deletions gen/go/coinbase/cloud/clients/v1/doc.go

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

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.",
"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.",
"file": "ProtocolClient/BroadcastTransaction/main.go",
"language": "GO",
"clientMethod": {
Expand Down
16 changes: 14 additions & 2 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.

102 changes: 66 additions & 36 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.

12 changes: 10 additions & 2 deletions gen/go/coinbase/cloud/protocols/v1/protocols_grpc.pb.go

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

Loading

0 comments on commit 2e3b4c6

Please sign in to comment.