@xo-cash/types
    Preparing search index...

    Type Alias XOInvitationTransactionResult

    Result for a completed invitation process that resulted in a transaction.

    {
    "transactions": {
    "requestSatoshisTransaction": {
    "transactionHash": "..."
    } ← this type
    }
    }
    Index

    Properties

    broadcastedAtTimestamp: XOInvitationTimestamp

    Timestamp when the transaction was broadcasted.

    broadcastedByEntityIdentifier: XOInvitationEntityIdentifier

    The entity identifier that broadcasted the transaction.

    broadcastedBySignature: XOInvitationSignature

    Signature of the entity that broadcasted the transaction.

    Note: The signature should cover the transaction data, the timestamp, entity details that created the transaction and the entity details that broadcasts the transaction.

    createdAtTimestamp: XOInvitationTimestamp

    Timestamp when the transaction was created i.e. before broadcasting.

    createdByEntityIdentifier: XOInvitationEntityIdentifier

    The entity identifier that created the transaction i.e. before broadcasting.

    createdBySignature: XOInvitationSignature

    Signature of the entity that created the transaction i.e. before broadcasting.

    Note: The signature should cover the transaction data, entity details and the timestamp.

    Transaction hash of the resulting transaction.