buildAuthTxHash( transaction: `tx_${string}`, options: { fee?: Int; gasPrice?: Int; onNode: Node },): Promise<Buffer> Parameters
- transaction: `tx_${string}`
- options: { fee?: Int; gasPrice?: Int; onNode: Node }
Optional
fee?: Int
Optional
gasPrice?: Int
Returns Promise<Buffer>
Transaction hash
Build a transaction hash the same as
Auth.tx_hash
by GaMetaTx payload