# CoboWaas2.TransactionSolContractAccount

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pubkey** | **String** | account address. If the account is signer, pubkey needs to match the from_address parameter.  | [optional] 
**is_signer** | **Boolean** | boolean value indicating whether the account can sign transactions.  | [optional] 
**is_writable** | **Boolean** | boolean value indicating whether the account can be modified.  | [optional] 


