hash property

  1. @Deprecated(''' Since 1.0.0-beta.9: Use VenturoApiSecurity in the VenturoApiConfig argument to determine the Hash. ''')
Hash hash
final

Deprecated: Since 1.0.0-beta.9.

Use VenturoApiSecurity in VenturoApiConfig to determine the hashing algorithm.

Example Usage:

VenturoApiConfig(
  security: VenturoApiSecurity(
    PRIVATE_KEY: "PRIVATE_KEY",
    PUBLIC_KEY: "PUBLIC_KEY",
    hash: Hash.SHA256,
  ),
)

Implementation

@Deprecated('''
    Since 1.0.0-beta.9: Use VenturoApiSecurity in the VenturoApiConfig argument to determine the Hash.
  ''')
final Hash hash;