interface TransferEventObject {
    from: string;
    to: string;
    tokenId: bigint;
}

Properties

Properties

from: string
to: string
tokenId: bigint