TransactionMetadata: NftMetadata & {
    $schema: TRANSACTION_LATEST;
    lens: TransactionMetadataDetails;
    signature?: Signature;
}

Use this to model a post where a transaction is the main focus.

Type declaration