# SolanaInstructionWithValue
## Properties
**name** | **String** | The name of the instruction |
**discriminator** | **Vec<f64>** | The discriminator for the instruction. Acts as a function selector |
**accounts** | [**Vec<models::SolAccountWithValue>**](SOLAccountWithValue.md) | |
**args** | [**Vec<models::SolParameterWithValue>**](SolParameterWithValue.md) | The arguments of the instruction |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)