You can pass the DO instance itself to the RpcTarget class you create and then it will be able to ca
You can pass the DO instance itself to the RpcTarget class you create and then it will be able to call anything public on that DO. Unless I misunderstood what you mean by "access to all DO methods".
Only the code within the DO itself has access to
Only the code within the DO itself has access to
ctx.storage unless you expose it yourself.