1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-06-30 12:42:43 +00:00

Fix mediawiki table formatting

This commit is contained in:
Matt David 2015-12-03 17:31:09 -08:00
parent 4e3b9a5b06
commit d698201463

View File

@ -28,20 +28,20 @@ to facilitate identification for address release.
==Definitions== ==Definitions==
{| class="wikitable" {| class="wikitable"
| Requestor || Entity Requesting ReturnPaymentRequest | Requestor || Entity Requesting ReturnPaymentRequest
- |-
| Responder || Entity Creating and Returning ReturnPaymentRequest | Responder || Entity Creating and Returning ReturnPaymentRequest
- |-
| Sender || Entity wishes to transfer value that they control (<b>NOTE:</b> This can be used interchangeably with <b>requestor</b>) | Sender || Entity wishes to transfer value that they control (<b>NOTE:</b> This can be used interchangeably with <b>requestor</b>)
- |-
| Receiver || Entity receiving a value transfer (<b>NOTE:</b> This can be used interchangeably with <b>responder</b>) | Receiver || Entity receiving a value transfer (<b>NOTE:</b> This can be used interchangeably with <b>responder</b>)
|} |}
===Acronyms=== ===Acronyms===
{| class="wikitable" {| class="wikitable"
! Acronym !! Expanded !! Description ! Acronym !! Expanded !! Description
- |-
| IR || InvoiceRequest || A request to create a PaymentRequest | IR || InvoiceRequest || A request to create a PaymentRequest
- |-
| RPR || ReturnPaymentRequest || A ReturnPaymentRequest returned based on a submitted InvoiceRequest | RPR || ReturnPaymentRequest || A ReturnPaymentRequest returned based on a submitted InvoiceRequest
|} |}
@ -65,15 +65,15 @@ message InvoiceRequest {
! Field Name !! Description ! Field Name !! Description
- -
| sender_public_key || Sender's EC Public Key | sender_public_key || Sender's EC Public Key
- |-
| amount || amount is integer-number-of-satoshis (default: 0) | amount || amount is integer-number-of-satoshis (default: 0)
- |-
| pki_type || none / x509+sha256 (default: "none") | pki_type || none / x509+sha256 (default: "none")
- |-
| pki_data || Depends on pki_type | pki_data || Depends on pki_type
- |-
| notification_url || URL to notify on ReturnPaymentRequest ready | notification_url || URL to notify on ReturnPaymentRequest ready
- |-
| signature || PKI-dependent signature | signature || PKI-dependent signature
|} |}
@ -91,13 +91,13 @@ The new ReturnPaymentRequest message is an encapsulating message that allows the
</pre> </pre>
{| class="wikitable" {| class="wikitable"
! Field Name</b> !! Description ! Field Name</b> !! Description
- |-
| encrypted_payment_request || AES-256-CBC Encrypted PaymentRequest | encrypted_payment_request || AES-256-CBC Encrypted PaymentRequest
- |-
| receiver_public_key || Receiver's EC Public Key (SECP256K1) | receiver_public_key || Receiver's EC Public Key (SECP256K1)
- |-
| ephemeral_public_key || Ephemeral EC Public Key Derived from ECDH Key Exchange where X value used as exponent for Private Key creation (SECP256K1) | ephemeral_public_key || Ephemeral EC Public Key Derived from ECDH Key Exchange where X value used as exponent for Private Key creation (SECP256K1)
- |-
| payment_request_hash || SHA256 Hash of Non-Encrypted, Serialized PaymentRequest (used for validation) | payment_request_hash || SHA256 Hash of Non-Encrypted, Serialized PaymentRequest (used for validation)
|} |}