diff options
author | Rob Austein <sra@hactrn.net> | 2007-04-17 17:59:20 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-04-17 17:59:20 +0000 |
commit | 71375816c70549f3846590f9ff695b3012f87376 (patch) | |
tree | 9093ca0c2c12b7f3574d902999162c51d5daecf4 /docs/left-right-protocol | |
parent | 1e16c3c518a25d84fdfd3e22b6db211a74b525e9 (diff) |
parent-sia-head operations
svn path=/docs/left-right-protocol; revision=582
Diffstat (limited to 'docs/left-right-protocol')
-rw-r--r-- | docs/left-right-protocol | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/left-right-protocol b/docs/left-right-protocol index e25daff7..3a1d9928 100644 --- a/docs/left-right-protocol +++ b/docs/left-right-protocol @@ -170,6 +170,15 @@ :uri uri) => () +(get-parent-sia-head :self-id 42 + :parent foo) +=> (sia-head) + +(set-parent-sia-head :self-id 42 + :parent foo + :sia-head bar) +=> () + (get-parent-biz-signing-context :self-id 42 :parent foo) => (biz-signing-context) |