CallResult: {
    fail?: CallFailure;
    ok?: string | Uint8Array | AeadEnvelope;
    unknown?: AeadEnvelope;
}

Type declaration