order_sign_exception property

String get order_sign_exception

three party signature verification failed

Implementation

String get order_sign_exception {
  return Intl.message(
    'three party signature verification failed',
    name: 'order_sign_exception',
    desc: '',
    args: [],
  );
}