Type alias TransactionMetadataDetails

TransactionMetadataDetails: PostMetadataCommon & {
    attachments?: AnyMedia[];
    chainId: ChainId;
    content?: Markdown;
    mainContentFocus: TRANSACTION;
    txHash: string;
    type: MetadataTransactionType;
}

Type declaration

  • Optional attachments?: AnyMedia[]

    The other attachments you want to include with it.

  • chainId: ChainId

    The Chain Id.

  • Optional content?: Markdown

    Optional markdown content.

  • mainContentFocus: TRANSACTION

    The main focus of the post.

  • txHash: string

    The transaction hash.

  • type: MetadataTransactionType

    The type of transaction.