Currently credential.rs has the bankaccount credential context hardcoded but we should make this configurable so clients can use different values- ex V2 instead of v1 etc..
also it is not only the bankaccount credential that we need- there maybe many VC contexts we support in the future so we should be able to add more than pub const BANK_ACCOUNT_CREDENTIAL_CONTEXT and without changing code if possible
Currently credential.rs has the bankaccount credential context hardcoded but we should make this configurable so clients can use different values- ex V2 instead of v1 etc.. also it is not only the bankaccount credential that we need- there maybe many VC contexts we support in the future so we should be able to add more than pub const BANK_ACCOUNT_CREDENTIAL_CONTEXT and without changing code if possible
https://github.com/knox-networks/ssi/blob/5765319f5fe419b48ea89ac3b69d613f3bb6ec9c/core/src/credential.rs#L14