MCPcopy Create free account
hub / github.com/33cn/chain33 / SendTransaction

Method SendTransaction

types/rpc.pb.go:1481–1481  ·  view source on GitHub ↗

发送交易

(ctx context.Context, in *Transaction, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

1479 SendTransactionSync(ctx context.Context, in *Transaction, opts ...grpc.CallOption) (*Reply, error)
1480 // 发送交易
1481 SendTransaction(ctx context.Context, in *Transaction, opts ...grpc.CallOption) (*Reply, error)
1482 // 批量发送交易
1483 SendTransactions(ctx context.Context, in *Transactions, opts ...grpc.CallOption) (*Replies, error)
1484 //通过地址获取交易信息

Callers 6

RunMethod · 0.95
send2MainChainMethod · 0.65
BenchmarkSendTxFunction · 0.65
testSendTransactionOkFunction · 0.65

Implementers 4

chain33Clienttypes/rpc.pb.go
Chain33Clienttypes/mocks/chain33client.go
Grpcrpc/server.go

Calls

no outgoing calls

Tested by 4

RunMethod · 0.76
BenchmarkSendTxFunction · 0.52
testSendTransactionOkFunction · 0.52