hashgraph / hedera-docs

Welcome to the official Hedera documentation repository.
https://docs.hedera.com
77 stars 111 forks source link

docs: for `TransferTransaction`, 3x improvements requested #727

Open bguiz opened 3 months ago

bguiz commented 3 months ago

Description

(1) TransferTransaction accepts AccountId (documented) and also accepts and EVM address as a string.

Update the following pages to reflect this:

(2) The programmatically generated docs is missing the definition for the TransferTransaction.addHbarTransfer function

Update the following pages to reflect this:

(3) The programmatically generated docs is missing the definition for the TransferTransaction.TransferHbarInput type definition, which is required to be able to understand how to use the hbarTransfers parameter of the constructor of TransferTransaction.

Update the following pages to reflect this:

Steps to reproduce

N/A - see description

Additional context

Hedera network

testnet

Version

2.48.1

Operating system

macOS

theekrystallee commented 3 months ago

89a6a41 fixes number 1. 2 and 3 are for other teams