Skip to main content

ForwardRequestMessage type

Forward Request Message that's used for gasless transaction

Signature:

export declare type ForwardRequestMessage = {
from: string;
to: string;
value: string;
gas: string;
nonce: string;
data: BytesLike;
};