Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| signStr | String | Yes | Signed contract string from backend |
| success | Function | No | Callback with sign result |
| fail | Function | No | Callback on failure |
| complete | Function | No | Callback that always executes |
Success Callback
| Property | Type | Description |
|---|---|---|
| resultCode | String | Signing result code |
| resultStatus | String | Status description |