发送交易
(ctx context.Context, in *Transaction, opts ...grpc.CallOption)
| 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 | //通过地址获取交易信息 |
no outgoing calls