Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.31 KB

CreateSafeWalletParams.md

File metadata and controls

18 lines (14 loc) · 1.31 KB

CoboWaas2.CreateSafeWalletParams

Properties

Name Type Description Notes
name String The wallet name.
wallet_type WalletType
wallet_subtype WalletSubtype
chain_id String The ID of the chain that the wallet operates on.
smart_contract_wallet_type SmartContractWalletType
safe_address String The address of the Smart Contract Wallet. If this is not provided, Cobo will create a new Safe{Wallet} and set up Cobo Safe for you. In that case, the `threshold` and `signers` properties are required. [optional]
signers [String] The signers of the Smart Contract Wallet. This property is required when creating a new Safe{Wallet}. [optional]
threshold Number The minimum number of confirmations required for the Smart Contract Wallet. This property is required when creating a new Safe{Wallet}. [optional]
cobo_safe_address String The address of Cobo Safe. If you are importing an existing Safe{Wallet}, Cobo Safe must have been created and enabled. [optional]
initiator SmartContractInitiator [optional]