- validate(LedgerValidationRequest) - Method in class com.scalar.dl.client.service.LedgerClient
-
- validate(LedgersValidationRequest) - Method in class com.scalar.dl.client.service.LedgerClient
-
- validate(LedgersValidationRequest) - Method in class com.scalar.dl.client.service.ProxyClient
-
- validateLedger(String) - Method in class com.scalar.dl.client.service.ClientService
-
Validates the specified asset in the ledger for the certificate holder specified in ClientConfig
.
- validateLedger(String, int, int) - Method in class com.scalar.dl.client.service.ClientService
-
Validates the specified asset between the specified ages in the ledger for the certificate
holder specified in ClientConfig
.
- validateLedger(byte[]) - Method in class com.scalar.dl.client.service.ClientService
-
Validates the specified asset in the ledger with the specified serialized byte array of a
LedgerValidationRequest
.
- validateLedgers(String) - Method in class com.scalar.dl.client.service.ClientService
-
Validates the specified asset in multiple ledgers for the certificate holder specified in
ClientConfig
.
- validateLedgers(byte[]) - Method in class com.scalar.dl.client.service.ClientService
-
Validates the specified asset in multiple ledgers with the specified serialized byte array of a
LedgersValidationRequest
.
- valueOf(String) - Static method in enum com.scalar.dl.client.config.ClientMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.scalar.dl.client.config.ClientMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.