T402 API Reference - v2.8.0
    Preparing search index...

    Interface UserOperationResult

    Result of submitting a UserOperation

    interface UserOperationResult {
        userOpHash: `0x${string}`;
        wait(): Promise<UserOperationReceipt>;
    }
    Index

    Properties

    Methods

    Properties

    userOpHash: `0x${string}`

    UserOperation hash

    Methods