transferAmount property

int get transferAmount

get transfer amount (all outputs, not excluding change)

Implementation

int get transferAmount =>
    psbt.getTransferAmount(isTestnet: isTestnet, chain: chain);