We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b3bc6 commit 1960112Copy full SHA for 1960112
contract/src/wallet/WalletContract.kt
@@ -7,7 +7,7 @@ import kotlin.contracts.contract
7
8
public interface WalletContract : SmartContract {
9
public companion object {
10
- public const val DEFAULT_WALLET_ID: Int = 698983191
+ public const val DEFAULT_WALLET_ID: Int = 698983191 // First 4 bytes of zero state root hash of mainnet (as int32 in Little Endian)
11
}
12
13
public suspend fun transfer(privateKey: PrivateKeyEd25519, transfer: WalletTransfer)
0 commit comments