buildV5R1StateInit

open fun buildV5R1StateInit(publicKey: PublicKey, workchain: Int, walletId: Int): String

Return

Pointer to a base64 encoded Bag Of Cells (BoC) StateInit. Null if invalid public key provided.

Parameters

public_key

wallet's public key.

workchain

TON workchain to which the wallet belongs. Usually, base chain is used (0).

wallet_id

wallet's ID allows to create multiple wallets for the same private key.