OPNet
    Preparing search index...

    Type Alias TransferredEvent

    type TransferredEvent = {
        amount: bigint;
        from: Address;
        to: Address;
    }
    Index

    Properties

    Properties

    amount: bigint
    from: Address
    to: Address