Find answers instantly with AI search. Start typing your prompt below and let AI do the digging for you!

View Escrow Account Information

Command

To view escrow account details, such as addresses of funders as well as the amount of funding provided, you need to execute the get-escrow command.

You will need the chain-id of the chainlet for which you wish to get escrow account details.

sagacli account get-escrow <chain-id>

View Escrow Example

As an example, we will get the escrow details associated with chainlet magicwarriors_1679599719-1:

$ sagacli account get-escrow magicwarriors_1679599719-1
ChainId                               TotalBalance     Funder                                          FunderDeposit
-------                               ------------     ------                                          -------------
magicwarriors_1679599719-1            28000tsaga       saga1rdssl22ysxyendrkh2exw9zm7hvj8d2ju346g3     28000.000000tsaga

Here, in the output, you can see the total balance available in escrow (these funds are available to the chainlet) as long as the deposit made by each funder.

Further Details

For more details on the get-escrow command, type

sagacli account get-escrow --help

Last updated

#160:

Change request updated