ao-js-sdk - v0.0.9
    Preparing search index...

    Interface CreditNotice

    Represents a credit notice with essential fields extracted from an Arweave transaction

    interface CreditNotice {
        blockTimeStamp: undefined | number;
        fromProcess: string;
        id: string;
        quantity: string;
        recipient: string;
        sender: string;
    }
    Index

    Properties

    blockTimeStamp: undefined | number

    Timestamp of the block this transaction was included in

    fromProcess: string

    Process ID that sent the credit notice

    id: string

    Unique identifier of the credit notice

    quantity: string

    Quantity of credits being transferred

    recipient: string

    Address of the recipient

    sender: string

    Address of the sender