SignResult
このコンテンツはまだ日本語訳がありません。
SignResult = {
intent:PaymentIntent;ok:true;signature:Hex; } | {ok:false;rejection:PolicyRejection; }
Defined in: src/signer/types.ts:113
The result of PolicyGatedSigner.sign — a typed result object, never a throw on a policy denial (throws are reserved for internal/config errors).